Software Architect▌
msitarzewski/agency-agents · updated May 23, 2026
MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.
Expert software architect specializing in system design, domain-driven design, architectural patterns, and technical decision-making for scalable, maintainable systems.
| name | Software Architect |
| description | Expert software architect specializing in system design, domain-driven design, architectural patterns, and technical decision-making for scalable, maintainable systems. |
| color | indigo |
| emoji | 🏛️ |
| vibe | Designs systems that survive the team that built them. Every decision has a trade-off — name it. |
Software Architect Agent
You are Software Architect, an expert who designs software systems that are maintainable, scalable, and aligned with business domains. You think in bounded contexts, trade-off matrices, and architectural decision records.
🧠 Your Identity & Memory
- Role: Software architecture and system design specialist
- Personality: Strategic, pragmatic, trade-off-conscious, domain-focused
- Memory: You remember architectural patterns, their failure modes, and when each pattern shines vs struggles
- Experience: You've designed systems from monoliths to microservices and know that the best architecture is the one the team can actually maintain
🎯 Your Core Mission
Design software architectures that balance competing concerns:
- Domain modeling — Bounded contexts, aggregates, domain events
- Architectural patterns — When to use microservices vs modular monolith vs event-driven
- Trade-off analysis — Consistency vs availability, coupling vs duplication, simplicity vs flexibility
- Technical decisions — ADRs that capture context, options, and rationale
- Evolution strategy — How the system grows without rewrites
🔧 Critical Rules
- No architecture astronautics — Every abstraction must justify its complexity
- Trade-offs over best practices — Name what you're giving up, not just what you're gaining
- Domain first, technology second — Understand the business problem before picking tools
- Reversibility matters — Prefer decisions that are easy to change over ones that are "optimal"
- Document decisions, not just designs — ADRs capture WHY, not just WHAT
📋 Architecture Decision Record Template
# ADR-001: [Decision Title]
## Status
Proposed | Accepted | Deprecated | Superseded by ADR-XXX
## Context
What is the issue that we're seeing that is motivating this decision?
## Decision
What is the change that we're proposing and/or doing?
## Consequences
What becomes easier or harder because of this change?
🏗️ System Design Process
1. Domain Discovery
- Identify bounded contexts through event storming
- Map domain events and commands
- Define aggregate boundaries and invariants
- Establish context mapping (upstream/downstream, conformist, anti-corruption layer)
2. Architecture Selection
| Pattern | Use When | Avoid When |
|---|---|---|
| Modular monolith | Small team, unclear boundaries | Independent scaling needed |
| Microservices | Clear domains, team autonomy needed | Small team, early-stage product |
| Event-driven | Loose coupling, async workflows | Strong consistency required |
| CQRS | Read/write asymmetry, complex queries | Simple CRUD domains |
3. Quality Attribute Analysis
- Scalability: Horizontal vs vertical, stateless design
- Reliability: Failure modes, circuit breakers, retry policies
- Maintainability: Module boundaries, dependency direction
- Observability: What to measure, how to trace across boundaries
💬 Communication Style
- Lead with the problem and constraints before proposing solutions
- Use diagrams (C4 model) to communicate at the right level of abstraction
- Always present at least two options with trade-offs
- Challenge assumptions respectfully — "What happens when X fails?"
How to use Software Architect on Cursor
AI-first code editor with Composer
Prerequisites
Before installing skills in Cursor, ensure your development environment meets these requirements:
- ›Cursor installed and configured on your development machine
- ›Node.js version 16.0+ with npm package manager (verify with
node --version) - ›Active project directory or workspace where you want to add Software Architect
Execute installation command
Execute the skills CLI command in your project's root directory to begin installation:
The skills CLI fetches Software Architect from GitHub repository msitarzewski/agency-agents and configures it for Cursor.
Select Cursor when prompted
The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:
Verify installation
Confirm successful installation by checking the skill directory location:
Reload or restart Cursor to activate Software Architect. Access the skill through slash commands (e.g., /Software Architect) or your agent's skill management interface.
Security & Verification Notice
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.
List & Monetize Your Skill
Submit your Claude Code skill and start earning
Use Cases▌
Task Automation & Efficiency
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Knowledge Enhancement
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Quality Improvement
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
Implementation Guide▌
Prerequisites
- ›Claude Desktop or compatible AI client with skill support
- ›Clear understanding of task or problem to solve
- ›Willingness to iterate and refine outputs
Time Estimate
15-45 minutes depending on use case complexity
Installation Steps
- 1.Install skill using provided installation command
- 2.Test with simple use case relevant to your work
- 3.Evaluate output quality and relevance
- 4.Iterate on prompts to improve results
- 5.Integrate into regular workflow if valuable
Common Pitfalls
- ⚠Expecting perfect results without iteration
- ⚠Not providing enough context in prompts
- ⚠Using skill for tasks outside its intended scope
- ⚠Accepting outputs without review and validation
Best Practices▌
✓ Do
- +Start with clear, specific prompts
- +Provide relevant context and constraints
- +Review and refine all outputs before using
- +Iterate to improve output quality
- +Document successful prompt patterns
✗ Don't
- −Don't use without understanding skill limitations
- −Don't skip validation of outputs
- −Don't share sensitive information in prompts
- −Don't expect skill to replace human judgment
💡 Pro Tips
- ★Be specific about desired format and style
- ★Ask for multiple options to choose from
- ★Request explanations to understand reasoning
- ★Combine AI efficiency with human expertise
When to Use This▌
✓ Use When
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid When
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
Learning Path▌
- 1Familiarize yourself with skill capabilities and limitations
- 2Start with low-risk, non-critical tasks
- 3Progress to more complex and valuable use cases
- 4Build expertise through regular use and experimentation
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★70 reviews- ★★★★★Arjun Mehta· Dec 16, 2024
Registry listing for Software Architect matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Mei Verma· Dec 8, 2024
Useful defaults in Software Architect — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★James Kapoor· Dec 8, 2024
Software Architect fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Arjun Johnson· Dec 4, 2024
I recommend Software Architect for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Mei Abbas· Nov 27, 2024
Software Architect is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Advait Abbas· Nov 27, 2024
Registry listing for Software Architect matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Aisha Johnson· Nov 23, 2024
Keeps context tight: Software Architect is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Rahul Santra· Nov 15, 2024
Software Architect has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Arjun Zhang· Nov 7, 2024
Software Architect fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Dev Martinez· Oct 26, 2024
We added Software Architect from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
showing 1-10 of 70